home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-09-12 | 991 b | 38 lines |
- # Project: Parallax
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -throwback -fah -IC:
- Linkflags = -o $@
- ObjAsmflags = -depend !Depend -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
-
-
- # Final targets:
- @.!RunImage: @.o.parallax @.o.blitstripe @.o.ShiftPic c:o.stubs
- link $(linkflags) @.o.parallax @.o.blitstripe @.o.ShiftPic c:o.stubs
-
-
- # User-editable dependencies:
- # Whenever dat.Picture is modified, s.ShiftPic will be re-assembled
- #
- @.o.ShiftPic: @.dat.Picture
-
- # Static dependencies:
- @.o.parallax: @.c.parallax
- cc $(ccflags) -o @.o.parallax @.c.parallax
- @.o.blitstripe: @.s.blitstripe
- objasm $(objasmflags) -from @.s.blitstripe -to @.o.blitstripe
- @.o.ShiftPic: @.s.ShiftPic
- objasm $(objasmflags) -from @.s.ShiftPic -to @.o.ShiftPic
-
-
- # Dynamic dependencies:
- o.parallax: c.parallax
- o.parallax: C:h.kernel
- o.parallax: C:h.swis
- o.parallax: h.parallax
-